projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e12d55b
)
(ispell-dictionary-alist-1): For English, remove hyphen from the OTHERCHARS.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 31 Aug 1994 22:20:32 +0000
(22:20 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 31 Aug 1994 22:20:32 +0000
(22:20 +0000)
lisp/textmodes/ispell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell.el
b/lisp/textmodes/ispell.el
index 3b124ccd90283119e9d9ff2ba8497a06950c7145..efc6555ae9355c56ed6817a950cf90c977c33d56 100644
(file)
--- a/
lisp/textmodes/ispell.el
+++ b/
lisp/textmodes/ispell.el
@@
-408,9
+408,9
@@
for language-specific arguments.")
;;;###autoload
(defvar ispell-dictionary-alist-1 ; sk 9-Aug-1991 18:28
'((nil ; default (english.aff)
- "[A-Za-z]" "[^A-Za-z]" "[
---
']" nil ("-B") nil)
+ "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil)
("english" ; make english explicitly selectable
- "[A-Za-z]" "[^A-Za-z]" "[
---
']" nil ("-B") nil)
+ "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil)
("deutsch" ; deutsch.aff
"[a-zA-Z\"]" "[^a-zA-Z\"]" "[---']" t ("-C") nil)
("deutsch8"